home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / doom / schooldm.zip / SCH_INST.BAT < prev    next >
DOS Batch File  |  1996-07-03  |  507b  |  27 lines

  1. @echo off
  2. echo School-Doom WAD installing...
  3. echo ...have a cup of coffee...
  4. echo ...we'll wake you up when it's ready!
  5.  
  6. deusf -app schooldm.wad
  7.  
  8. if exist dehacked.exe goto thisdir
  9. if exist dehacked\dehacked.exe goto dehdir
  10.  
  11. echo Patch not installed
  12. doom -file schooldm.wad
  13. goto end
  14.  
  15. :thisdir
  16. dehacked -reload
  17. dehacked -load schooldm.deh
  18. doomhack -file schooldm.wad
  19. goto end
  20.  
  21. :dehdir
  22. dehacked\dehacked -reload
  23. dehacked\dehacked -load schooldm.deh
  24. doomhack -file schooldm.wad
  25.  
  26. :end
  27.